Make prototypes for drag_data_get and drag_data_received handlers match
authorOwen Taylor <otaylor@redhat.com>
Thu, 25 Feb 1999 04:06:15 +0000 (04:06 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 25 Feb 1999 04:06:15 +0000 (04:06 +0000)
Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
for drag_data_get and drag_data_received handlers
match the types used for gtk_singal_new; time needs
to be a uint, not a uint32.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkclist.c
gtk/gtkwidget.h

index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 046d6934aa2d3fad5e7f80b4b0114a34e768f6d8..872069403a14c5b75d1d5bfbeea7c3d3b7615c98 100644 (file)
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes 
+       for drag_data_get and drag_data_received handlers
+       match the types used for gtk_singal_new; time needs
+       to be a uint, not a uint32. 
+       
 Wed Feb 24 20:34:59 1999  Owen Taylor  <otaylor@redhat.com>
 
        * README: Changed bug reporting instructions to
index 02aa3c45ec558583f4d0be0058995d3dacaca188..7fb73b7fad7f20cf708bbec5ab3f4823bf5c66bd 100644 (file)
@@ -247,7 +247,7 @@ static void gtk_clist_drag_data_received (GtkWidget        *widget,
                                          gint              y,
                                          GtkSelectionData *selection_data,
                                          guint             info,
-                                         guint32           time);
+                                         guint             time);
 
 /* GtkContainer Methods */
 static void gtk_clist_set_focus_child (GtkContainer  *container,
@@ -7647,7 +7647,7 @@ gtk_clist_drag_data_received (GtkWidget        *widget,
                              gint              y,
                              GtkSelectionData *selection_data,
                              guint             info,
-                             guint32           time)
+                             guint             time)
 {
   GtkCList *clist;
 
index ad7fdb0f23f732abe6c46e264156eeb57a54bd6b..a2cd211b39ce6ac2a5474bc37a1432f0c21efc57 100644 (file)
@@ -359,7 +359,7 @@ struct _GtkWidgetClass
                                    GdkDragContext     *context,
                                    GtkSelectionData   *selection_data,
                                    guint               info,
-                                   guint32             time);
+                                   guint               time);
   void (* drag_data_delete)        (GtkWidget         *widget,
                                    GdkDragContext     *context);
 
@@ -383,7 +383,7 @@ struct _GtkWidgetClass
                                    gint                y,
                                    GtkSelectionData   *selection_data,
                                    guint               info,
-                                   guint32             time);
+                                   guint               time);
   
   /* action signals */
   void (* debug_msg)              (GtkWidget          *widget,